1 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5 <ProductVersion>9.0.30729</ProductVersion>
6 <SchemaVersion>2.0</SchemaVersion>
7 <ProjectGuid>{5548F2A9-BA86-4296-B179-10C2DB85B7EC}</ProjectGuid>
8 <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>CSSL3DataBinding</RootNamespace>
12 <AssemblyName>CSSL3DataBinding</AssemblyName>
13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14 <SilverlightApplication>true</SilverlightApplication>
17 <XapOutputs>true</XapOutputs>
18 <GenerateSilverlightManifest>true</GenerateSilverlightManifest>
19 <XapFilename>CSSL3DataBinding.xap</XapFilename>
20 <SilverlightManifestTemplate>Properties\AppManifest.xml</SilverlightManifestTemplate>
21 <SilverlightAppEntry>CSSL3DataBinding.App</SilverlightAppEntry>
22 <TestPageFileName>TestPage.html</TestPageFileName>
23 <CreateTestPage>true</CreateTestPage>
24 <ValidateXaml>true</ValidateXaml>
25 <EnableOutOfBrowser>false</EnableOutOfBrowser>
26 <OutOfBrowserSettingsFile>Properties\OutOfBrowserSettings.xml</OutOfBrowserSettingsFile>
27 <UsePlatformExtensions>false</UsePlatformExtensions>
28 <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
30 </LinkedServerProject>
32 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
33 <DebugSymbols>true</DebugSymbols>
34 <DebugType>full</DebugType>
35 <Optimize>false</Optimize>
36 <OutputPath>Bin\Debug</OutputPath>
37 <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
38 <NoStdLib>true</NoStdLib>
39 <NoConfig>true</NoConfig>
40 <ErrorReport>prompt</ErrorReport>
41 <WarningLevel>4</WarningLevel>
43 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
44 <DebugType>pdbonly</DebugType>
45 <Optimize>true</Optimize>
46 <OutputPath>Bin\Release</OutputPath>
47 <DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
48 <NoStdLib>true</NoStdLib>
49 <NoConfig>true</NoConfig>
50 <ErrorReport>prompt</ErrorReport>
51 <WarningLevel>4</WarningLevel>
54 <Reference Include="System.ComponentModel.DataAnnotations, Version=2.0.5.0, Culture=neutral, PublicKeyToken=ddd0da4d3e678217" />
55 <Reference Include="System.Windows" />
56 <Reference Include="mscorlib" />
57 <Reference Include="system" />
58 <Reference Include="System.Core" />
59 <Reference Include="System.Net" />
60 <Reference Include="System.Windows.Controls, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
61 <Reference Include="System.Windows.Controls.Data, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
62 <Reference Include="System.Windows.Controls.Data.Input, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
63 <Reference Include="System.Windows.Data, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
64 <Reference Include="System.Xml" />
65 <Reference Include="System.Windows.Browser" />
68 <Compile Include="App.xaml.cs">
69 <DependentUpon>App.xaml</DependentUpon>
71 <Compile Include="DAL\DAL.cs" />
72 <Compile Include="GeneralScenarios.xaml.cs">
73 <DependentUpon>GeneralScenarios.xaml</DependentUpon>
75 <Compile Include="MainPage.xaml.cs">
76 <DependentUpon>MainPage.xaml</DependentUpon>
78 <Compile Include="Properties\AssemblyInfo.cs" />
79 <Compile Include="GeneralProblems.xaml.cs">
80 <DependentUpon>GeneralProblems.xaml</DependentUpon>
84 <ApplicationDefinition Include="App.xaml">
85 <SubType>Designer</SubType>
86 <Generator>MSBuild:MarkupCompilePass1</Generator>
87 </ApplicationDefinition>
88 <Page Include="GeneralScenarios.xaml">
89 <SubType>Designer</SubType>
90 <Generator>MSBuild:MarkupCompilePass1</Generator>
92 <Page Include="MainPage.xaml">
93 <SubType>Designer</SubType>
94 <Generator>MSBuild:MarkupCompilePass1</Generator>
96 <Page Include="GeneralProblems.xaml">
97 <SubType>Designer</SubType>
98 <Generator>MSBuild:MarkupCompilePass1</Generator>
102 <None Include="Properties\AppManifest.xml" />
105 <Content Include="ReadMe.txt" />
107 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\v3.0\Microsoft.Silverlight.CSharp.targets" />
108 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
109 Other similar extension points exist, see Microsoft.Common.targets.
110 <Target Name="BeforeBuild">
112 <Target Name="AfterBuild">
117 <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
118 <SilverlightProjectProperties />